Skip to content

Create jenkinsfile#7

Merged
hellokaton merged 1 commit into
hellokaton:masterfrom
shitesh372:master
Apr 28, 2026
Merged

Create jenkinsfile#7
hellokaton merged 1 commit into
hellokaton:masterfrom
shitesh372:master

Conversation

@shitesh372
Copy link
Copy Markdown
Contributor

pipeline {
agent any

stages {
    stage('install maven') {
        steps {
            sh 'sudo apt install mvn -y'
        }
    }
}

}

@hellokaton hellokaton merged commit f9bb568 into hellokaton:master Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants